home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 71 / MOBICLIC 71.ISO / mac / DATA / COMMUN / temp0001 / 00216_Script_BOUCLE_RETOUR_A_LABEL < prev    next >
Text File  |  2004-12-05  |  489b  |  20 lines

  1. global gJLM_W
  2. property p_target
  3. ---------------------------
  4. on getPropertyDescriptionList
  5.   return [#p_target:[ #comment:"label de branchement:",#format:#string,#default: "ATTENTE"]]
  6. end getPropertyDescriptionList
  7. -------------------------
  8. on exitFrame me
  9.   if not(soundBUsy(3)) then
  10.     niveauSon()
  11.     go p_target
  12.   end if
  13.   go the frame
  14. end
  15. ---------------------------
  16. on mouseUp
  17.    if the pauseState = 1 then exit
  18.   if gJLM_W > 0 then exit
  19. end
  20. ----------------------